Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveRevisionMarkers Method / RemoveRevisionMarkers(IEnumerable<Placement>) Method
Placements for which revision markers will be removed.

In This Topic
    RemoveRevisionMarkers(IEnumerable<Placement>) Method
    In This Topic
    Removes revision marker. Used for change tracking.
    Syntax
    public void RemoveRevisionMarkers( 
       IEnumerable<Placement> colPlacements
    )
    public:
    void RemoveRevisionMarkers( 
       IEnumerable<Placement^>^ colPlacements
    ) 

    Parameters

    colPlacements
    Placements for which revision markers will be removed.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Internal interface necessary for the revision management could not be created.
    An error occurred during the action.
    Remarks
    Used for change tracking. When a revision for a project section is active, only the markers of the pages and installation spaces are included.
    See Also